home *** CD-ROM | disk | FTP | other *** search
/ ftp.ac-grenoble.fr / 2015.02.ftp.ac-grenoble.fr.tar / ftp.ac-grenoble.fr / assistance.logicielle / NetTime-2b6.exe / {app} / SvcCfg.exe / 0 / RCDATA / TFRMESSENTIALCONFIG / TFRMESSENTIALCONFIG.txt
Text File  |  2001-08-12  |  1KB  |  58 lines

  1. inherited frmEssentialConfig: TfrmEssentialConfig
  2.   Left = 314
  3.   Top = 218
  4.   Caption = 'NetTime Service Install'
  5.   OldCreateOrder = True
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   object Label1: TLabel
  9.     Left = 24
  10.     Top = 24
  11.     Width = 345
  12.     Height = 97
  13.     AutoSize = False
  14.     Caption = 
  15.       'In order to run NetTime, you must first select a server and make' +
  16.       ' other configuration settings to suit your requirements. Click C' +
  17.       'onfigure to set your NetTime configuration. You must configure a' +
  18.       't least a server name before you can proceed.'
  19.     Font.Charset = DEFAULT_CHARSET
  20.     Font.Color = clWindowText
  21.     Font.Height = -11
  22.     Font.Name = 'Arial'
  23.     Font.Style = []
  24.     ParentFont = False
  25.     WordWrap = True
  26.   end
  27.   object Button1: TButton
  28.     Left = 168
  29.     Top = 192
  30.     Width = 75
  31.     Height = 25
  32.     Caption = 'Configure'
  33.     Font.Charset = DEFAULT_CHARSET
  34.     Font.Color = clWindowText
  35.     Font.Height = -11
  36.     Font.Name = 'Arial'
  37.     Font.Style = []
  38.     ParentFont = False
  39.     TabOrder = 0
  40.     OnClick = Button1Click
  41.   end
  42.   object Button2: TButton
  43.     Left = 264
  44.     Top = 192
  45.     Width = 75
  46.     Height = 25
  47.     Caption = 'Cancel'
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = clWindowText
  50.     Font.Height = -11
  51.     Font.Name = 'Arial'
  52.     Font.Style = []
  53.     ParentFont = False
  54.     TabOrder = 1
  55.     OnClick = Button2Click
  56.   end
  57. end
  58.